Xbasic

SQL::TableSnapshotLoadDBF Method

Syntax

L LoadDBF(TableName as C [,EventScript as C] )

Arguments

TableNameCharacter

The name of the table to load.

EventScriptCharacter

Optional. A string that contains an Xbasic event script that is executed when an event is triggered during the operation. See DatabaseSnapshot Events for additional information.

Description

Load definitions and data from a table in the currently open workspace.

Discussion

Returns true if the definitions and data were loaded successfully and false if an error occurred.

See Also